home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1909 / frame_13 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  532 b   |  33 lines

  1. replay.onRelease = function()
  2. {
  3.    _parent.gotoAndPlay("mainGame");
  4. };
  5. replay.onRollOver = function()
  6. {
  7.    _parent.noBullet.start();
  8. };
  9. replay.onPress = function()
  10. {
  11.    _parent.chaGun.start();
  12. };
  13. vh.onRelease = function()
  14. {
  15.    _parent.gotoAndPlay("highscores2");
  16. };
  17. vh.onRollOver = function()
  18. {
  19.    _parent.noBullet.start();
  20. };
  21. vh.onPress = function()
  22. {
  23.    _parent.chaGun.start();
  24. };
  25. mg.onRollOver = function()
  26. {
  27.    _parent.noBullet.start();
  28. };
  29. mg.onPress = function()
  30. {
  31.    _parent.chaGun.start();
  32. };
  33.